[r929]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Project Information_1 / GetTextProperty / svnobj  Maximize  Restore  History

Download this file

10 lines (9 with data), 2.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
IF stKey = "Company" THEN
	GetTextProperty := "co5e.org";
ELSIF stKey = "Project" THEN
	GetTextProperty := "unittest";
ELSIF stKey = "Title" THEN
	GetTextProperty := "Sparkplug Unit Test";
ELSE
	GetTextProperty := "";
END_IF